Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

date: support -f - to read from stdin #6160

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

mvo5
Copy link
Contributor

@mvo5 mvo5 commented Mar 31, 2024

So far date -f - was not reading from stdin. This commit fixes this.

Closes: #6058

So far `date -f -` was not reading from stdin. This commit fixes
this.

Closes: uutils#6058
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

Copy link
Collaborator

@BenWiederhake BenWiederhake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely! Does exactly what it says on the tin, let's merge it.

If you have some time, while you're working on date, could I ask you to take a look at #6142?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

date -f - "+%Y-%m-%d %r" is failing
2 participants